Next | Prev | Up | Top | Contents | Index

Why Use the Subtexture Extension?

Using a subtexture is the fastest way to update only the image of a texture. When you need to redefine only the image of the texture and keep all other parameters, using subtexture is much faster than using the glTexImage*() call.

The subtexture extension is especially useful under the following circumstances:


Next | Prev | Up | Top | Contents | Index